.nav-utility {
    height: 40;
    line-height: 43px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    background-color: #f4f4f4;
}

.modal-open {
    padding-right: 0px !important;
}

.nav-utility i {
    position: relative;
    top: 1px;
}

.nav-bar {
    height: 100px;
    max-height: 100px;
    line-height: 53px;
    border-bottom: 1px solid #ccc;
}

.textwidget i {
    background: none;
    border: 1px solid #46c22f;
    border-radius: 50%;
    box-sizing: content-box;
    color: #d6d6d6;
    display: inline-block;
    font-size: 3.42857rem;
    height: 3.42857rem;
    padding: 30px;
    width: 3.42857rem;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.feature-2-new i:hover,
.feature-2-new.filled i {
    background: #46c22f;
    color: #fff;
}

.feature-2-new i {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    text-align: center;
    /* line-height: 80px; */
    color: #46c22f;
    border-radius: 10%;
    margin: 0 auto;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.textwidget-new i {
    background: none;
    border: 1px solid #fff;
    border-radius: 10%;
    box-sizing: content-box;
    color: #d6d6d6;
    display: inline-block;
    font-size: 3.42857rem;
    height: 3.42857rem;
    padding: 30px;
    width: 3.42857rem;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0);
    height: 300px;
}

.contenedor-image {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0);
    z-index: 2000;
    /* height: 350px; */
}

.breadcrumb-custom {
    position: absolute;
    bottom: 40px;
    left: 10px;
    z-index: 100;
}

.title-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.fondoTransparente {
    /*Div que ocupa toda la pantalla*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    /*IE*/
    filter: alpha(opacity=50);
    /*FireFox Opera*/
    opacity: .5;
}

.soon {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 80px;
}


.soon-2 {
  position: absolute;
  top: 15px;
  width: 80px;
}

.favorite-btn{
  padding: 10px;
  /*background-color: rgba(218, 215, 215, 0.29);*/
  background-color: white;
  border-radius: 10px;
}


.infoImage {
    /*Div que ocupa toda la pantalla*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25%;
    background-color: #000;
    z-index: 2000;
    /*IE*/
    filter: alpha(opacity=50);
    /*FireFox Opera*/
    opacity: .5;
}

@media (max-width: 767px) {
    .infoImage {
        /*Div que ocupa toda la pantalla*/
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 25%;
        background-color: #000;
        /*IE*/
        filter: alpha(opacity=0);
        /*FireFox Opera*/
        opacity: 0;
    }
}

@media (max-width: 576px) {
    .property-image {
        height: 400px !important;
        margin-left: 17px;
        max-width: 91% !important;
    }
    .card-footer-property {
        margin-left: 15px !important;
    }
}

.info-property {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2200;
}


/** FOOTER **/

.footer {
    background-image: url('../img/img_foother.png');
}


/** RADIO BUTTONS / CHECKBOX **/

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 10px;
    }
    50% {
        height: 20px;
        width: 10px;
    }
}

.checkbox {
    background-color: #fff;
    display: inline-block;
    height: 28px;
    margin: 0 .25em;
    width: 28px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: right
}

.checkbox span {
    display: block;
    height: 28px;
    position: relative;
    width: 28px;
    padding: 0
}

.checkbox span:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    content: '';
    display: block;
    height: 20px;
    left: 3px;
    position: absolute;
    top: 15px;
    width: 10px
}

.checkbox span:hover:after {
    border-color: #999
}

.checkbox input {
    display: none
}

.checkbox input:checked+span:after {
    -webkit-animation: check .8s;
    -moz-animation: check .8s;
    -o-animation: check .8s;
    animation: check .8s;
    border-color: #555
}

.checkbox input:checked+.success:after {
    border-color: #8bc34a
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio-primary label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    background-color: #337ab7;
}

.funkyradio-success label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    background-color: #46c22f
}

.funkyradio-danger label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    background-color: #dc3545
}

.funkyradio-warning label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    background-color: #dfd803
}

.funkyradio input[type="radio"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label {
    color: #fff;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #fff;
}

.funkyradio input[type="radio"]:checked~label {
    color: #fff;
}

.funkyradio input[type="radio"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #fff;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-primary input[type="radio"]:checked~label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before {
    color: #fff;
    background-color: #46c22f;
}

.funkyradio-danger input[type="radio"]:checked~label:before {
    color: #fff;
    background-color: #dc3545;
}

.funkyradio-warning input[type="radio"]:checked~label:before {
    color: #fff;
    background-color: #dfd803;
}


/** END RADIO BUTTONS **/


/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 3px;
    border-top: 1px solid transparent;
    border-bottom: 5px solid transparent;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.carousel {
    margin-bottom: 10px;
}

.carousel-control {
    top: 76%;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    height: 500px;
    background-color: #bbb;
    overflow: hidden;
}

.carousel .image-back {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}


/* .carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
} */

#searchForm {
    position: absolute;
    top: 40%;
}


/* RESPONSIVE CSS */

@media (max-width: 768px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        max-width: inherit;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}


/* VIDEO */

#slider {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(../img/img_slide.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

#slider .fullscreen-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: -1;
    height: 100vw;
    width: 100vw;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    #slider {
        height: 600px;
    }
}

@media (max-width: 1199px) {
    #slider .fullscreen-bg-video {
        width: 120vw;
        height: 120vw;
    }
}

@media (max-width: 991px) {
    #slider .fullscreen-bg-video {
        width: 140vw;
        height: 140vw;
    }
}

@media (max-width: 575px) {
    #slider .fullscreen-bg-video {
        width: 325vw;
        height: 260vw;
    }
}

#slider #slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    z-index: 4;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#slider .gridtile {
    background: url(../img/gridtile.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.fondo-negro {
    background-color: rgba( 0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 15px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


/** TABS **/

.tabset .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent !important;
    border-top: 8px solid #46c22f !important;
    background-color: transparent !important;
}

.tabset .nav-tabs .nav-item {
    padding: 0px 0px 0px 50px;
}

.tabset .nav-tabs {
    border-bottom: 0px !important;
}

.tabset .nav-link {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.tabset input[type="submit"],
button[type="submit"] {
    line-height: 0px !important;
}

.pointer {
    cursor: pointer !important;
}

#myBtn {
    /* display: none; */
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 80px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #46c22f;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}
